SentimentalValueAgent cleanup

Rishabh Jain 12 years ago
parent
commit
a03126f132
1 changed files with 4 additions and 3 deletions
  1. 4 3
      app/models/agents/sentiment_value_agent.rb

+ 4 - 3
app/models/agents/sentiment_value_agent.rb

@@ -10,9 +10,10 @@ module Agents
10 10
         event_description <<-MD
11 11
             Events look like:
12 12
             {
13
-                :valence   => 4.5
14
-                :arousal   => 4.5
15
-                :dominance => 4.5
13
+                :content   => "The quick brown fox jumps over the lazy dog."
14
+                :valence   => 6.199999
15
+                :arousal   => 5.432212
16
+                :dominance => 4.346312
16 17
             }
17 18
         MD
18 19